From ef493a2773fd48917dbf8f9f0ae610f040a42f3b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Jun 1993 03:32:24 +0000 Subject: [PATCH] [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps. --- src/xfns.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index 3decf1a79f8..bb505e7962d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -39,7 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern void abort (); #ifndef VMS +#ifdef EMACS_BITMAP_FILES +#include "bitmaps/gray.xbm" +#else #include +#endif #else #include "[.bitmaps]gray.xbm" #endif -- 2.30.2